package xmlnode
Import Path
github.com/ChrisTrenkamp/goxpath/tree/xmltree/xmlnode (on go.dev)
Dependency Relation
imports 2 packages, and imported by one package
Involved Source Files
xmlnode.go
Package-Level Type Names (only one)
XMLNode will represent an attribute, character data, comment, or processing instruction node
NodePos tree.NodePos
NodeType tree.NodeType
Parent tree.Elem
Token xml.Token
GetNodeType returns the node's type.
GetParent returns the parent node
GetToken returns the xml.Token representation of the node
Pos returns the node's document order position
ResValue returns the string value of the attribute
XMLNode : github.com/ChrisTrenkamp/goxpath/tree.Node
![]() |
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |